Skip to content

Display document dateCreated and dateLastModified in document details#7

Merged
abedurftig merged 3 commits intomainfrom
feature/smartfiles-we7-display-document-dates
Jan 19, 2026
Merged

Display document dateCreated and dateLastModified in document details#7
abedurftig merged 3 commits intomainfrom
feature/smartfiles-we7-display-document-dates

Conversation

@abedurftig
Copy link
Owner

Summary

  • Added documentDateCreatedProperty and documentDateLastModifiedProperty to ApplicationModel
  • Display formatted dates in the document details panel (bottom right)
  • Dates use existing format pattern: "MMM d, yyyy 'at' HH:mm"

Issue

Fixes smartfiles-we7

Test plan

  • All 88 tests pass
  • Manual testing: select a document and verify dates appear in document details

🤖 Generated with Claude Code

dasnervtdoch and others added 3 commits January 19, 2026 23:12
Added date properties to ApplicationModel that are populated when a document
is selected and cleared when selection is cleared. The dates are displayed
in the document details panel using the existing date format pattern.

Fixes smartfiles-we7

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When a document's description is updated, the dateLastModified property
is now refreshed to reflect the change immediately in the UI.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added entry.updateLastModified() call in ArchiveServiceImpl.addTag() and
refreshDocumentDateLastModified() call in ApplicationModel.updateDocumentTags()
so the modified date is updated in both the model and UI when tags are added.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@abedurftig abedurftig merged commit 9a55e1c into main Jan 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants